Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / ActionResult<T> Constructor / ActionResult<T> Constructor(String,Type)
The details information of executing action.
The details type of exception


In This Topic
    ActionResult<T> Constructor(String,Type)
    In This Topic
    Initializes an action failed result.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal details As String, _
       ByVal exceptionType As Type _
    )
    'Usage
     
    
    Dim details As String
    Dim exceptionType As Type
     
    Dim instance As New ActionResult(Of T)(details, exceptionType)
    public ActionResult<T>( 
       string details,
       Type exceptionType
    )

    Parameters

    details
    The details information of executing action.
    exceptionType
    The details type of exception
    See Also